Home > biomechZoo > Toolbox > Machine Learning > bmech_events2table.m

bmech_events2table

PURPOSE ^

BMECH_EVENTS2TABLE(fld,ch,event,subjects,Conditions) extracts local events to

SYNOPSIS ^

function table_event = bmech_events2table(fld,ch,event,subjects,Conditions)

DESCRIPTION ^

 BMECH_EVENTS2TABLE(fld,ch,event,subjects,Conditions) extracts local events to 
 tabular form
 ARGUMENTS
   fld         ...   string, folder to operate on
   ch          ...   cell array of strings, channel names 
   event       ...   cell array of strings, event names associated to each channel 
   subjects    ...   string cell, subject name of all the subjects. 
   Conditions  ...   string cell, all Conditions name. 
 
 RETURNS
   table_event ...  Table of events with subjects second last row and conditions last row.
                    If event does not exisit it will be 999.

 see also bmech_line2table

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005